<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.all{ width: 555px; height: 410px;  margin:0 auto; position: relative; }
.screen{
	width:555px;
	height:410px;
	 overflow:hidden; 
	position:relative;
}
.screen li{ width:555px; height:410px; overflow:hidden; float:left;}
.screen ul{ position:absolute; left:0; top:0px; width:2220px;}
.all ol{ position:absolute; right:30px; bottom:10px; line-height:20px; text-align:center;}
.all ol li{ float: left; width: 20px; height: 6px; background: #fff;  margin-left: 10px; cursor: pointer; font-size: 10px; font-family: Verdana; line-height: 6px; text-indent:-99999px;opacity:0.7; }
.all ol li.current{ background:#0ba000; color:#fff;}

.searchgo{border:none; background-color:#3c3c3c; color:#fff;height:26px; line-height:26px; padding:0 10px;}</pre></body></html>